home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / BallBreaker.swf / scripts / frame_5 / PlaceObject2_32_18 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-13  |  299 b   |  17 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.ship))
  3.    {
  4.       _root.ball.gotoAndStop(2);
  5.       _root.vars.fireball = 1;
  6.       this.removeMovieClip();
  7.    }
  8.    if(str ne "bonus4")
  9.    {
  10.       _Y = _Y + 2;
  11.       if(235 < _Y)
  12.       {
  13.          this.removeMovieClip();
  14.       }
  15.    }
  16. }
  17.